home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release, keyPress u).as
Text File  |  2002-02-03  |  324b  |  8 lines

  1. on(release, keyPress "u"){
  2.    removeMovieClip(_root.etchy.drawing["dot" + _root.number]);
  3.    _root.number -= 1;
  4.    _root.etchy.drawing.dot._x = _root.etchy.drawing["dot" + _root.number]._x;
  5.    _root.etchy.drawing.dot._y = _root.etchy.drawing["dot" + _root.number]._y;
  6.    setProperty(_root.etchy.menu, _visible, 0);
  7. }
  8.